Move declarations to header files.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 6 Aug 2010 19:52:47 +0000 (12:52 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 6 Aug 2010 19:52:47 +0000 (12:52 -0700)
commitaf2c663251b1b0e49d72da197cef2c0aeb1ec56b
treea404a2bc9aa6e0778790f4b0b8d9ce9ab6e89083
parent6dce4674edc13c146f96b3f71cb287e5b54980a2
Move declarations to header files.
* src/keyboard.h (quit_char): Add declaration.
* src/process.h (QCport, QCspeed, QCprocess, QCbytesize, QCstopbits)
(QCparity, Qodd, Qeven, QCflowcontrol, Qhw, Qsw, QCsummary): Add
declarations.
* sysdep.c:
* src/w32.c: Remove the above declarations.
src/ChangeLog
src/keyboard.h
src/process.h
src/w32.c